Skip to content

Conversation

alexcrichton
Copy link
Member

Closes #6756

@alexcrichton
Copy link
Member Author

Removed xfail-test and errno references (@thestinger pointed out that's not actually a global)

@emberian
Copy link
Contributor

emberian commented Aug 8, 2013

Closing; in my rollup.

@emberian emberian closed this Aug 8, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Feb 10, 2022
single_match: Don't lint non-exhaustive matches; support tuples

`single_match` lint:
* Don't lint exhaustive enum patterns without a wild.
  Rationale: The definition of the enum could be changed, so the user can get non-exhaustive match after applying the suggested lint (see rust-lang/rust-clippy#8282 (comment) for context).
* Lint `match` constructions with tuples (as suggested at rust-lang/rust-clippy#8282 (comment))

Closes rust-lang#8282

---

changelog: [`single_match`]: Don't lint exhaustive enum patterns without a wild.
changelog: [`single_match`]: Lint `match` constructions with tuples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FFI docs: state how to expose non-function symbols (or state if unsupported)
3 participants